home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_303_bounded_by.txt < prev    next >
Text File  |  1994-02-10  |  315b  |  7 lines

  1. // set an outer proposed boundary for parent object(s)
  2. // allows the ray-tracer to do a quick check on the BoundingShape,
  3. // and if outside, it skips checking this object.  Note that this
  4. // is not a 100% guaranteed clipping shape... use the
  5. // clipped_by statement for that.
  6. bounded_by { box { -(x+y+z) +(x+y+z) }
  7.